home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / TARFILE.GZ / tarfile / libtiff / dist / tiff.spec < prev    next >
Encoding:
Text File  |  1999-09-11  |  2.2 KB  |  74 lines

  1. #    $Header: /usr/people/sam/tiff/dist/RCS/tiff.spec,v 1.3 1996/01/10 19:37:41 sam Rel $
  2. #
  3. # TIFF Software
  4. #
  5. # Copyright (c) 1994-1996 Sam Leffler
  6. # Copyright (c) 1994-1996 Silicon Graphics, Inc.
  7. # Permission to use, copy, modify, distribute, and sell this software and 
  8. # its documentation for any purpose is hereby granted without fee, provided
  9. # that (i) the above copyright notices and this permission notice appear in
  10. # all copies of the software and related documentation, and (ii) the names of
  11. # Sam Leffler and Silicon Graphics may not be used in any advertising or
  12. # publicity relating to the software without the specific, prior written
  13. # permission of Sam Leffler and Silicon Graphics.
  14. # THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  15. # EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  16. # WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  17. # IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  18. # ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  19. # OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  20. # WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  21. # LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  22. # OF THIS SOFTWARE.
  23. #
  24. define CUR_MAJ_VERS    1006        # Major Version number
  25. define CUR_MIN_VERS    001        # Minor Version number
  26. define CUR_VERS        ${CUR_MAJ_VERS}${CUR_MIN_VERS}${ALPHA}
  27. define TIFF_NAME    "TIFF"
  28.  
  29. include tiff.version
  30. include tiff.alpha
  31.  
  32. product tiff
  33.     id    "${TIFF_NAME} Tools, Version ${TIFF_VNUM}"
  34.     inplace
  35.  
  36.     image sw
  37.     id    "${TIFF_NAME} Software"
  38.     version    "${CUR_VERS}"
  39.     subsys tools default
  40.         id    "${TIFF_NAME} Tools"
  41.         exp    "tiff.sw.tools"
  42.     endsubsys
  43.     subsys dev
  44.         id    "${TIFF_NAME} Library"
  45.         exp    "tiff.sw.dev"
  46.     endsubsys
  47.     endimage
  48.  
  49.     image man
  50.     id    "${TIFF_NAME} Documentation"
  51.     version    "${CUR_VERS}"
  52.     subsys tools default
  53.         id    "${TIFF_NAME} Tools Manual Pages"
  54.         exp    "tiff.man.tools"
  55.     endsubsys
  56.     subsys dev
  57.         id    "${TIFF_NAME} Library Manual Pages"
  58.         exp    "tiff.man.dev"
  59.     endsubsys
  60.     endimage
  61.  
  62.     image html
  63.     id    "${TIFF_NAME} HTML Materials"
  64.     version    "${CUR_VERS}"
  65.     subsys sw
  66.         id    "${TIFF_NAME} Software Distribution"
  67.         exp    "tiff.html.sw"
  68.     endsubsys
  69.     endimage
  70. endproduct
  71.